home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2004 August / CyberMycha 08-2004 (Poland).bin / Shareware / BALLOONrain.exe / Data / Pak01.pak / menu / hiscore.menu < prev    next >
Encoding:
Text File  |  2004-06-22  |  1.7 KB  |  148 lines

  1. def x        320
  2. def x2        320
  3. def x3        575
  4. def y        30
  5. def dy        32
  6. def dy3        16
  7.  
  8. def #StatSkillColor 0xFFFF6600 0xFFFFFF00 0xFF44FF11 0xFF0088FF
  9.  
  10. Include Menu.Def
  11.  
  12. FontSize Default 15 24
  13. FontSize Apply 15 24
  14. FontSize Selected 16 28
  15.  
  16. Font    Little        HugeChars 12 15 0xFFFFFFFF 0x7F000000
  17. Font    Hiscore        HugeChars 15 26 0xFFFFFFFF 0x7F000000
  18.  
  19. Background    LevelBack
  20. BlockRant
  21.  
  22. def #NbHiLev    0
  23.  
  24.  
  25. item
  26. {
  27.     Text HiscoreO
  28.     Font Title
  29.     Pos x y Center
  30.     Add y dy
  31.     Add y 16
  32. }
  33.  
  34. def y        210
  35.  
  36. item
  37. {
  38.     Text NoStatLevel
  39.     Pos x y
  40.     ShowIf #NbHiLev 0 0
  41. }
  42.  
  43.  
  44. //========================
  45. def y        365
  46.  
  47. item GClass
  48. {
  49.     Text GameMode
  50.     CycleButton #Text
  51.     Pos x2 y Center
  52.     Add y dy
  53.     OnAction
  54.     {
  55.         SlideCfg /Hiscore/Mode 0 4 4
  56.         SetCfg #NbHiLev #NbHiScoreLevel OnEnter
  57.         SetCfg /Hiscore/Level 1
  58.         PreviewHiscoreArena
  59.     }
  60. }
  61.  
  62.  
  63. item
  64. {
  65.     Text Level
  66.     CycleButton #HiscoreLevel
  67.     Pos x2 y Center
  68.     Add y dy
  69.     ShowIfNot #NbHiLev 0 1
  70.     OnAction
  71.     {
  72.         SlideCfg /Hiscore/Level 1 #NbHiScoreLevel #NbHiScoreLevel-1 OnEnter
  73.         PreviewHiscoreArena OnEnter
  74.     }
  75. }
  76.  
  77.  
  78. item sDiff
  79. {
  80.     Text HsFilter
  81.     CycleButton #Text
  82.     Pos x2 y Center
  83.     Add y dy
  84.     OnAction
  85.     {
  86.         SlideCfg /Hiscore/Filter 0 3 3
  87.     }
  88. }
  89.  
  90.  
  91. item
  92. {
  93.     Hiscore 0 61 640 284
  94.     Font Hiscore
  95. }
  96.  
  97. item
  98. {
  99.     Text Back
  100.     Pos x2 y Center
  101.     Add y dy
  102.     OnAction
  103.     {
  104.         MenuBack
  105.     }
  106. }
  107.  
  108.  
  109. def    y    390
  110.  
  111. item
  112. {
  113.     Text sDiff01
  114.     Font Little
  115.     Color #Skill0
  116.     Pos x3 y
  117.     Add y dy3
  118. }
  119.  
  120. item
  121. {
  122.     Text sDiff02
  123.     Font Little
  124.     Color #Skill1
  125.     Pos x3 y
  126.     Add y dy3
  127. }
  128.  
  129. item
  130. {
  131.     Text sDiff03
  132.     Font Little
  133.     Color #Skill2
  134.     Pos x3 y
  135.     Add y dy3
  136. }
  137.  
  138. item
  139. {
  140.     Text sDiff04
  141.     Font Little
  142.     Color #Skill3
  143.     Pos x3 y
  144.     Add y dy3
  145. }
  146.  
  147. GetFullVersion 575 10 Center Up
  148.